C1.WPF.Document Assembly / C1.WPF.Document Namespace / IAsyncActionWithProgress<TProgress> Interface / Progress Property

In This Topic
Progress Property (IAsyncActionWithProgress<TProgress>)
In This Topic
Gets or sets the method that receives progress events.
Syntax
'Declaration
 
Property Progress As C1.WPF.Document.AsyncActionProgressHandler(Of TProgress)
 
See Also